home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 8 / The Arsenal Files Collection #8 (Arsenal Computer) (1996).ISO / prg_casm / pcl4c60.zip / DOOR._T_ < prev    next >
Text File  |  1995-11-07  |  187b  |  11 lines

  1. #
  2. # Turbo C makefile for DOOR.C ( small model )
  3. #
  4. .c.obj:
  5.      tcc -ms -P -c $<
  6.  
  7. door.exe: door.obj pcl4c_s.lib
  8.      tcc -ms -M door.obj pcl4c_s.lib
  9.  
  10. door.obj: door.c pcl4c.h
  11.